projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890631b
)
* src/editfns.c (Fpropertize): Doc fix; reference Info manual.
author
Stefan Kangas
<stefan@marxist.se>
Mon, 26 Apr 2021 02:39:51 +0000
(
04:39
+0200)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 26 Apr 2021 02:40:48 +0000
(
04:40
+0200)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index bc73c1e2c5bd904c7744258b3a11a28a85ef6c68..04b8e85d9c6463673d63a2ec652db53f82dbdcb3 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2941,6
+2941,8
@@
DEFUN ("propertize", Fpropertize, Spropertize, 1, MANY, 0,
First argument is the string to copy.
Remaining arguments form a sequence of PROPERTY VALUE pairs for text
properties to add to the result.
+
+See Info node `(elisp) Text Properties' for more information.
usage: (propertize STRING &rest PROPERTIES) */)
(ptrdiff_t nargs, Lisp_Object *args)
{